home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 8632 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: mail2news.demon.co.uk!gtsys.demon.co.uk
  2. From: Geoff Tyrer <geoff@gtsys.demon.co.uk>
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: MS_VC 1.5
  5. Date: Sun, 25 Feb 1996 15:34:57 GMT
  6. Organization: None
  7. Message-ID: <594755334wnr@gtsys.demon.co.uk>
  8. References: <312F4B05.3E9A@iafrica.com>
  9. Reply-To: geoff@gtsys.demon.co.uk
  10. X-NNTP-Posting-Host: gtsys.demon.co.uk
  11. X-Broken-Date: Sunday, Feb 25, 1996 15.34.57
  12. X-Newsreader: Newswin Alpha 0.7
  13. X-Mail2News-Path: disperse.demon.co.uk!post.demon.co.uk!gtsys.demon.co.uk
  14.  
  15. > CDatabase and CREcordset are easy to understand and use, and no 
  16. > problems there - but when I need to implement some form of scrolling 
  17. > thru a database table on-screen, I run into practical problems with 
  18. > the stock textbook example of pre-filling a combo-box with all the 
  19. > possible choices (heck, there may be thousands), so I am obviously 
  20. > missing something!
  21.  
  22. a) sub-class the listbox such that you can refresh its contents as the 
  23. user scrolls
  24. b) find a custom control that will facilitate this
  25. c) find a custom control that can be bound to your table
  26.  
  27. -- 
  28. ---------------------------------------------------------------------------
  29. | Geoff Tyrer    EMail geoff@gtsys.demon.co.uk
  30. ---------------------------------------------------------------------------
  31.  
  32.